func go/printer.stripParens
5 uses
go/printer (current package)
nodes.go#L1192: func stripParens(x ast.Expr) ast.Expr {
nodes.go#L1212: return stripParens(px.X)
nodes.go#L1231: p.expr(stripParens(expr))
nodes.go#L1242: p.expr(stripParens(expr))
nodes.go#L1470: p.expr(stripParens(s.X))
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)